﻿@charset "utf-8";
/*
-----------------
Site:全局样式
-----------------
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0;}
table { border-collapse: collapse; border-spacing: 0;}
fieldset, img { border: 0;}
address, caption, cite, code, em, strong, th { font-style: normal; font-weight: normal;}
ol, ul { list-style: none;}
caption, th { text-align: left;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
body{ font:14px/1.5 "Microsoft YaHei","微软雅黑", Arial, Helvetica, sans-serif; color:#333; word-wrap: break-word; background-color:#fff;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
img{ max-width: 100%; vertical-align: top;}
a {
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #333;
    text-decoration: none;
}
a:active {
    outline:none;blr:expression(this.onFocus=this.blur());
}
.f_left{ float:left;}
.f_right{ float:right;}
strong{ font-weight:bold;}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
img{
    max-width: 100%;
    vertical-align: top;
}/*footer*/
#footer{
    border-top: 10px solid #025a82;
    background:#eee; 
    padding:20px 0px;  
    line-height:30px;
    font-size: 14px;
}
#footer a.foot_logo{
	display:block;
	width:232px;
	height:50px;
    margin:0px auto 10px;
	background:url(../images/global/logo_CSE.jpg) no-repeat;
}
#footer a{
    padding:0px 10px;
    color:#222; 
    text-decoration:none;
}
#footer a:hover{
    color:#222; 
    text-decoration:underline;
 }
.logintc{
    position:fixed; 
	_position:absolute; 
	z-index:9999;
	width:464px;
    height:330px;
	margin-left:-227px; 
    margin-top:-160px;
    top:50%;
	left:50%;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#fff;
}
.logintc iframe{
	width:464px;
	height:318px;
}
.logintc .closebtn, .logintc .closebtn:hover{
	position:absolute;
	top:10px;
	right:0px;
	width:36px;
	height:30px;
    line-height:30px;
    font-size:36px;
    color:#999;
    text-decoration:none;
}
.logintc-box{
	width:350px;
    height:290px;
    border: 2px solid #209583;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:20px 55px;
	background:#fff;
}
.logintc-box .passworderror{
	position:absolute;
	top:14px;
	left:55px;
	width:305px;
	padding:5px 10px 5px 34px;
	background:url(../images/global/tcabd.jpg) no-repeat top left #ffbcbc;
	color:#333;
	line-height:20px;
	}
.logintc-box .passworderror a{
	color:#f00;
	text-decoration:underline;
	}
.logintc-box .passworderror a:hover{
	color:#f00;
	text-decoration:none;
	}
.logintc dl{
	display:block;
	padding:10px 0;
}
.logintc h3{
	font-size:18px;
	color:#209583;
}
.logintc p{
	display:inline-table;
	vertical-align:middle;
	font-size:12px;
}
.logintc p a{
	color:#999;
}
.logintc p  a:hover{
	color:#209583;
}
.logintc p  span{
	padding-right:15px;
}
.logintc .input_bga, 
.logintc .input_bgb{
	padding:10px 34px;
	width:280px;
	height:28px;
	border:#ccc 1px solid;
	background:url(../images/global/login_bg01.jpg) no-repeat left center #fff;
}
.logintc .input_bga:hover, 
.logintc .input_bgb:hover, 
.logintc .input_bga:focus, 
.logintc .input_bgb:focus{
    border:#209583 1px solid;
}
.logintc .input_bgb{
	background:url(../images/global/login_bg02.jpg) no-repeat left center #fff;
}
.logintc .input_bga input, 
.logintc .input_bgb input{
	width:270px;
	height:26px;
	line-height:26px;
	border:1px solid transparent;
	outline:none
}
.logintc .input_bga input, 
.logintc .input_bga input:hover, 
.logintc .input_bga input:focus, 
.logintc .input_bgb input, 
.logintc .input_bgb input:hover, 
.logintc .input_bgb input:focus{
    border:1px solid transparent;
    border:none 0;
    outline:none
}
.logintc .login_btn, .logintc .login_btn:hover{
	display:inline-block;
	width:100%;
	padding:12px 0;
	text-align:center;
	font-size:18px;
	color:#fff;
    line-height:24px;
	text-decoration:none;
	background:#209583;
}
.logintc .login_btn:hover{
	background:#208d7c;
}
.container{
    width:1130px;
    margin:0 auto;
}
.container:before,
.container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.clearfix{
    clear:both;
}
.header{
    background:#f5f5f5;
    height: 16px;
    border-bottom: 1px solid #eee;
    padding:10px 0;
    line-height:16px;
    font-size: 12px;
    color:#999;
}
.header .f_left{
    padding-left: 15px;
}
.header .f_right{
    margin-top: 0;
    padding-right: 15px;
}
.header a{
    margin:0 5px;
    color:#999;
    text-decoration:none;
}
.header a:hover{
    color:#209583;
    text-decoration:underline;
}
.header .downApp-btn{
    float: left;
    display: inline-block;
    zoom:1;
    *display: inline;
    position: relative;
    z-index:2;
    width:114px;
    height:32px;
    margin-top:-8px;
    margin-bottom: -8px;
    background:url(../images/global/downApp-btn.png) no-repeat center;
    border: 1px solid #f6f6f6;
    text-align:center;
    cursor: pointer;
}
.header .downApp-btn h4{
    line-height: 32px;
    font-weight: bold;
    color:#888;
}
.header .downApp-btn .wx-bd{
    display:none;
    position: absolute;
    z-index:3;
    top: 32px;
    left:-1px; 
    width: 114px;
    border-right: 1px solid #209583;
    border-bottom: 1px solid #209583;
    border-left: 1px solid #209583;
}
.header .downApp-btn .wx-bd p{
    background: #ebebeb;
    line-height: 20px;
}
.header .downApp-btn.on{
    background:url(../images/global/downApp-btnclose.png) no-repeat center;
    border: 1px solid #209583;
}
.header .downApp-btn.on h4{
    color:#209583;
}
.header .downApp-btn.on .wx-bd{
    display:block;
}
.header .loginAfter{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 140px;
    position: relative;
}
.header .loginAfter p{
    width: 110px;
    height: 16px;
    line-height: 16px;
    padding-right: 20px;
    background:url(../images/global/bg_loginAfter.png) no-repeat right top;
    cursor: pointer;
}
.header .loginAfter p.on{
    background:url(../images/global/bg_loginAfteropen.png) no-repeat right top;
}
.header .loginAfter p span{
    color: #209583
}
.header .loginAfter ul{
    display: none;
    position: absolute;
    left: 50%;
    top: 32px;
    width: 106px;
    margin-left: -53px;
    background: #f4f4f4;
    border: 1px solid #d1d1d1;  
}
.header .loginAfter ul a{
    color: #999;
}
.header .loginAfter ul span{
    display: block;
    position: absolute;
    top: -7px;
    width: 106px;
    height: 7px;
    background:url(../images/global/icon_loginAfter.png) no-repeat center top;
}
.header .loginAfter li{
    height: 36px;
    line-height: 36px;
}
.header .loginAfter .li-line{
    border-bottom: 1px dashed #d1d1d1;
}
.header_wp{ 
    height: 100px;
    background:url(../images/index/header_wpbg.jpg) no-repeat top center; 
}
.header_wp .header_logo{
    float:left;
    width: 220px;
    height: 44px;
    margin: 28px 15px;
    background:url(../images/index/header_logo.png) no-repeat center;
}
.header_wp .header-rt{
    float:right;
    height:100px;
    width:650px;
    background:url(../images/index/header_title.png) no-repeat right center;
}
/*地区列表*/
.city_btn, .city_btnon{
    float:left;
    position:relative;
    margin-top:44px;
    margin-left:24px;
	width:80px;
	height:40px;
    font-size:16px;
	line-height:30px;
	z-index:1;
}
.city_btnon{
	background:url(../images/global/btn_city_icon.png) no-repeat center bottom;
    z-index: 3;
}
.city_btn a, .city_btn a:hover, .city_btnon a, .city_btnon a:hover{
	color:#333;
	text-decoration:none;
}
.citybox{
    position:absolute;
    top:120px;
    left:50%;
    right:50%;
    width:600px;
	margin-left:-310px;
	margin-right:-310px;
    z-index:2;
    padding:0 0 10px;
    background:#fff;
    border: 1px solid #209583;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}
.citybox h1{
    background:#f2f3f3;
    padding:0 10px;
    font-size:14px;
    line-height:38px;
    -webkit-border-radius:8px 8px 0 0;
    -moz-border-radius:8px 8px 0 0;
    border-radius:8px 8px 0 0;
    color:#209583;
}  
.citybox h1 a{
    font-weight:bold;
    margin:0 12px;
} 
.citybox h1 a:hover, .citybox h1 a.active{
    color:#da0000;
    text-decoration:underline;
}
.citybox p{
    position:relative;
    margin:0 15px;
    padding-left:20px;
    line-height:40px;
    font-size: 16px;
    font-weight:bold;
    border-bottom:#e1e1e1 1px solid;
}
.citybox p:last-child{
    border-bottom: #fff 1px solid;
}
.citybox p span{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:20px;
    color:#919191;
} 
.citybox p.pon{
    border-bottom:#fff 1px solid;
}
.citybox p.pon span{
    color:#209583;
} 
.citybox p a{
    line-height: 30px;
    display:inline-block;
    white-space:nowrap;
    padding:0 10px;
    margin:5px; 
}
.citybox p a:hover, .citybox p .active{
    background:#209583;
    color:#fff;
}
.citybox div{
    padding:10px 0;
    margin:0 25px;
    overflow:hidden;
    border-bottom:#e1e1e1 1px solid;
}
.citybox div:last-child{
    border-bottom: none;
}  
.citybox div a{
	float:left;
    display:inline-block;
    white-space:nowrap;
	padding:5px 8px;
    margin:0 10px;
}
.citybox a{
	color:#333;
	text-decoration:none;
}
.citybox div a:hover{
	color:#209583;
	text-decoration:underline;
}
.menu_wp{
	background:#209583;
	padding:9px 0px;
}
.menu_wp ul{
    padding: 0 10px;
}
.menu_wp li{
	float:left;
	height:26px;
	line-height:26px;
	font-size:16px;
	padding:0px 15px;
	text-align:center;
}
.menu_wp em{
	display:block;
	margin-top:4px;
	width:2px;
	height:17px;
	background:url(../images/global/menu_line.png) no-repeat;
}
.menu_wp li a{
    float:left; 
    padding:0px 13px; 
    height:26px; 
    color:#fff; 
    text-decoration:none; 
}
.menu_wp li a:hover, .menu_wp li .current{
    background:#fff;  
    color:#209583; 
    text-decoration:none;
    -webkit-border-radius:13px;
    -moz-border-radius:13px;
    -o-border-radius:13px;
    border-radius:13px;
}
.data_cont{
    padding: 14px;
    line-height:40px;
    font-size: 18px;
}
.data_cont span{
    color: #da0000;
}
.YSlide_box{ 
    float:left;
    width: 775px;
    margin-left: 15px;
}
#YSlide{
    width: 774px;
    height: 304px;
    border-right: 1px solid #fff;
    position:relative; 
    overflow:hidden; 
    z-index:1;
}
.YSample{
    width:100%; 
    margin:0 auto; 
    overflow:hidden;
}
.YSample img{
    width: 100%;
    position:absolute; 
    z-index:2; 
    overflow:hidden;
}
#YSIndex{
    position:absolute; 
    z-index:2; right:10px; 
    bottom:10px; 
    height:18px; 
    overflow:hidden; 
    text-align:center; 
    font-size:12px;
}
#YSIndex a:link, #YSIndex a:visited, #YSIndex a:hover{
    float:left; 
    width:14px; 
    height:14px; 
    border:#fff 1px solid;
    margin:0px 4px; 
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#5e5651; 
    color:#333; 
    text-decoration:none;
}
#YSIndex a:hover, #YSIndex a.current:link, #YSIndex a.current:visited, #YSIndex a.current:hover{
    width:14px; 
    height:14px; 
    background:#006f6a; 
    color:#fff; 
    text-decoration:none;
}
.cont_left{
    float: left;
    width: 70.354%;
}
.cont_right{
    float: left;
    width: 29.646%;
}
.icon{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 26px;
    background: url(../images/index/icon_bg.png) no-repeat;
}
.icon-notice{
    background-position: 0 -2px;
}
.icon-demonstrate{
    background-position: -30px -2px;
}
.icon-experiment{
    background-position: -60px -2px;
}
.icon-resources{
    background-position: -90px -2px;
}
.icon-unit{
    background-position: -120px -2px;
}
.icon-zhuanjia{
  background-position: -150px -2px;
}
.head_pic{
    margin: 18px 15px 0;
    padding-left: 2px;
    font-size: 20px;
    color: #555
}
.head_pic .btn_more{
    padding-right: 16px;
    background: url(../images/index/btn_more.png) no-repeat center right 1px;
    line-height: 36px;
    font-size: 12px;
    color: #999;
}
.head_pic span{
    padding-left: 5px;
    color: #dcdcdc;
}
.cont_left .head_pic{
    height: 40px;
    background:url(../images/index/tab_bg.jpg) repeat-x bottom;
}
.cont_left .head_pic.head_pica{
    margin-top: 10px;
    background: url(../images/index/head_bg.jpg) repeat-x center;
}
.cont_left .head_pic.head_pica strong{
    float: left;
    background: #fff;
    padding-right: 10px;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
}
.cont_left .head_pic.head_pica .btn_more{
    background-color: #fff;
}
.cont_left .head_pic .head-tit{
    float: left;
    width: 240px;
    line-height: 28px;
    font-size: 22px;
    color: #666;
}
.cont_left .head_pic .icon{
    margin-right: 5px;
}
.cont_left .head_pic .nav{
    float: left;
    font-size: 16px;
}
.cont_left .head_pic .nav a{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 0 15px;
    margin-left: 10px;
    height: 40px;
    line-height: 36px;
    color: #555;
}
.cont_left .head_pic .nav .current{
    background: url(../images/index/tab_navbg.png) no-repeat center bottom;
    color: #209583;
}
.cont_left .head_pic span{
    padding-left: 50px;
    font-size: 12px;
    color: #666;
}
.news_list{
    padding-bottom:15px;
}
.news_list li{
    height: 34px;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    background: url(../images/index/bg_list.png) no-repeat center left;
    line-height: 34px;
    font-size: 14px;
}
.news_list li p{
    height: 34px;
}
.news_list .li-last{
    border-bottom: none;
}
.news_list li span{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #999;
}
.newsNotice .leftbox{
  margin: 20px 15px 0 15px;
  width: 270px;
}
.newsNotice h4{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin: 0 0 10px;
    overflow: hidden;
}
.news_list li a:hover{
    text-decoration: underline;
}
.newsNotice .img-box{
    width: 270px;
    height: 174px;
    overflow: hidden;
}
.newsNotice .img-box img{
  width: 100%;
}
.newsNotice .news_list{
    width: 480px;
    padding-bottom: 0;
    margin-top: 16px;
}
.newsNotice .news_list li{
    position: relative;
    height: 33px;
    line-height: 33px;
    padding: 0 90px 0 20px;
}
.newsNotice .news_list li p, .project_list p{
    height: 32px;
}
.news_list.news_50{
    margin: 10px 0 0;
    padding-bottom:5px;
}
.news_list.news_50 li{
    float: left;
    margin: 0 15px;
    width: 347px;
}
.partner_list{
    margin: 0 11px;
}
.partner_list li{
    float: left;
    width: 142px;
    margin: 15px 4px;
    border: 1px solid #ccc;
}
.process-box{
    margin: 30px 15px 0;
}
.resources_list{
    margin: 5px 5px 0;
}
.resources_list li{
    float: left;
    width: 33.333333%;
    line-height: 36px;
}
.resources_list li p{
    padding-top: 10px;
    line-height: 16px;
    height: 16px;
}
.resources_list h4, .resources_list .img-box, .resources_list p{
    margin: 0 10px;
}
.resources_list h4{
    background: url(../images/index/resources_bg.jpg) no-repeat center left;
    font-size: 16px;
}
.resources_list .img-box{
    border: 1px solid #eee;
    height: 178px;
    overflow: hidden;
}
.city_list{
    margin: 6px 15px 0;
    overflow: hidden;
}
.city_list ul{
    margin: 0 -6px;
    overflow: hidden;
}
.city_list.pmbox ul{
    margin-left: -6px;
    margin-right: auto;
    width: auto;
    height: 142px;
}
.city_list .page{ 
    padding:10px 0 30px;
}
.share_list{
  margin: 20px 15px 30px;
  height: 180px;
  overflow: hidden;
}
.share_list ul {
  margin: 0 -10px;
  overflow: hidden;
}
.share_list li{
  float: left;
  width: 240px;
  margin: 0 10px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
}
.share_list li a{
  display: block;
}
.share_list li .look-div{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background:rgba(12,12,14,0.5);
}
.share_list li span{
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -40px;
  width: 80px;
  height: 20px;
  background:#fff;
  border-radius: 10px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}
.share_list li p{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 5px;
  height: 30px;
  background: #C8000A;
  text-align: center;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.share_list li:hover span,
.share_list li:hover .look-div{
  display: block;
}
.pmbox{
  width: 765px;
  height: 142px;
  margin: 6px 15px 0;
  overflow: hidden;
}
.city_list li,
.pmbox li{
    float: left;
    width: 180px;
    margin: 0 6px;
    line-height: 30px;
    font-size: 14px;
}
.city_list li p,
.pmbox li p{
    height: 30px;
}
.project_list{
    margin: 18px 15px 0;
    border-bottom: 1px solid #ccc;
    line-height: 32px;
    font-size: 14px;
}
.project_list .img-box{
    margin-bottom: 10px;
}
.expert_list{
    margin: 18px 15px 0;
    padding-bottom: 10px;
    line-height: 28px;
    font-size: 14px;
    overflow: hidden
}
.expert_list ul{
    margin: 0 -6px;
}
.expert_list li{
    float: left;
    width: 16.6666667%;
}
.expert_list a{
    display: block;
    margin: 0 6px;
}
.expert_list img{
    border: 1px solid #ccc;
}
.contact_us{
    margin: 18px 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    line-height: 28px;
    font-size: 14px;
}
.message-ul{
    margin: 15px;
    height:464px;
    overflow:hidden;
}
.message-ul strong{
    font-weight:bold;
}
.message-ul li{
    font-size:12px;
    line-height:24px;
}
@media screen and (min-width: 320px) and (max-width:479px){
}

